home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 6 / FM Towns Free Software Collection 6.iso / t_os / book / src / move.h < prev    next >
C/C++ Source or Header  |  1993-07-08  |  107b  |  7 lines

  1. /*
  2.  *  MOVE.ASM  --  vram part clear
  3. */
  4.  
  5. extern  void    vram_part_clear( int offset, int lines ) ;
  6.  
  7.